SPREAD for WPF 3.0J - GcSpreadGrid
RemoveRange メソッド

GrapeCity.Windows.SpreadGrid 名前空間 > SpreadCollection<T> クラス : RemoveRange メソッド
削除する要素範囲の0から始まる開始インデックス。
削除する要素の数。
一連の要素を SpreadCollection<T> から削除します。
シンタックス
'宣言
 
Public Sub RemoveRange( _
   ByVal index As Integer, _
   ByVal count As Integer _
) 
public void RemoveRange( 
   int index,
   int count
)

パラメータ

index
削除する要素範囲の0から始まる開始インデックス。
count
削除する要素の数。
例外
例外解説
index が0未満です。または、indexCount 以上です。または、count が0以下です。または、indexcountSpreadCollection<T> 内の要素の有効な範囲を示していません。
参照

SpreadCollection<T> クラス
SpreadCollection<T> メンバ